net/http.http2serverConn.doneServing (field)
13 uses
net/http (current package)
h2_bundle.go#L4231: doneServing: make(chan struct{}),
h2_bundle.go#L4372: doneServing chan struct{} // closed when serverConn.serve ends
h2_bundle.go#L4638: case <-sc.doneServing:
h2_bundle.go#L4643: case <-sc.doneServing:
h2_bundle.go#L4708: defer close(sc.doneServing) // unblocks handlers trying to send
h2_bundle.go#L4836: case <-sc.doneServing:
h2_bundle.go#L4863: case <-sc.doneServing:
h2_bundle.go#L4929: case <-sc.doneServing:
h2_bundle.go#L4965: case <-sc.doneServing:
h2_bundle.go#L6231: case <-sc.doneServing:
h2_bundle.go#L6263: case <-sc.doneServing:
h2_bundle.go#L6926: case <-sc.doneServing:
h2_bundle.go#L6934: case <-sc.doneServing:
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |